-
Notifications
You must be signed in to change notification settings - Fork 1.1k
deps(scaladoc): update flexmark from 0.42.12 to 0.62.2 #17347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
db46ecf
to
f53251c
Compare
d5063f5
to
0b0bb05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw you have some unrelated changes in here. Make sure to rebase on the latest main and that might fix them.
10fd95a
to
80c2fcc
Compare
This pr updates the flexmark dependencies used in Scaladoc from 0.42.12, which is from 2019, up to the latest release of 0.64.0. This is mainly done to tackle a bunch of CVEs that are attatched to the old versions of flexmark.
0.64.0 requires Java 11, so we can't move that high
d2b3d03
to
4795e77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on this @Dedelweiss! Just a single nit about a comment that we can remove. Other than that this should be good to go!
scaladoc/src/dotty/tools/scaladoc/tasty/comments/markdown/SectionRenderingExtension.scala
Outdated
Show resolved
Hide resolved
- Add some flexmark research for find_lib - Improve the way to add new research for find_lib
4795e77
to
0411f87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work getting this across the finish line @Dedelweiss. LGTM!
This pr updates the flexmark dependencies used in Scaladoc from 0.42.12, which is from 2019, up to the latest release of 0.64.0 to 0.62.2. This is mainly done to tackle a bunch of CVEs that are attached to the old versions of
flexmark.
fixes #16223